home *** CD-ROM | disk | FTP | other *** search
- /*
- ** UserInfo ARexx script v1.0 for MicroDot
- ** By Kasper B. Graversen
- */
-
-
- address 'MICRODOT'
- extractcurrentmail 'T:UserInfo.temp'
-
- address command 'c:userinfo' 'read' 's:userinfo.cfg' 't:UserInfo.temp' 't:UserInfo.txt'
- address command 'c:most' 't:UserInfo.txt'
-
- address command 'c:delete' 't:UserInfo.temp' '>nil:'
- address command 'c:delete' 't:UserInfo.txt' '>nil:'
-
- return
-